home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
dev
/
e
/
dclistview.lha
/
README
< prev
next >
Wrap
Text File
|
1997-08-19
|
2KB
|
60 lines
Short: EasyGUI PLUGIN: Double-clickable listview
Type: dev/e
Author: victord@netrover.com (Victor Ducedre)
****Fixed to not use v39-only functions****
*****Should now work under v37 (oops!)*****
This plugin creates a GadTools Listview gadget, almost identical to the
standard EasyGUI one, with an extra flag that's set when a list item is
double-clicked. It's admittedly a small programming task, but it's something
I've needed more than once...
Included in the archive
-----------------------
dclistview.m ->the DCListview Plugin module
dclistview.e ->... and its source
dclisttest ->a simple demo
dclisttest.e ->... and its source
myreq2 ->a simple EasyGUI file requester
myreq2.e ->... and its source, originally by Wouter,
modified by me to use dclistview.m
sortlist.m ->used in myreq2
README ->this file
Installing the modules
----------------------
Copy dclistview.m to Emodules:Plugins/
Optionally, copy sortlist.m to Emodules:tools/
Feedback
--------
Always welcomed, especially where bugs are concerned. See address below.
Copyright
---------
Documentation style heavily influenced by Jason's Plugin docs. :)
The original myreq.e, upon which myreq2.e is based, and sortlist.m, are:
Copyright © 1995 Wouter van Oortmerssen
(Both files are from the original EasyGUI distribution.)
All other files in this archive are:
Copyright © 1997 Victor Ducedre
You are free to use these files in your own programs, and you may modify
the souces supplied for your own purposes.
Many thanks to Wouter and Jason for the wonderfulness that is EasyGUI.
Be seeing you.
Victor Ducedre (victord@netrover.com)